@charset "UTF-8";

@keyframes tada {

	0,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@font-face {
	font-family: 'iconfont';
	src: url(../fonts/font_1589749_dzklkfwofsg.eot);
	src: url(../fonts/font_1589749_dzklkfwofsg.eot) format("embedded-opentype"), url(../fonts/font_1589749_dzklkfwofsg.woff2) format("woff2"), url(../fonts/font_1589749_dzklkfwofsg.woff) format("woff"), url(../fonts/font_1589749_dzklkfwofsg.ttf) format("truetype"), url(../fonts/font_1589749_dzklkfwofsg.svg#iconfont) format("svg")
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	user-select: none
}

html {
	font-family: sans-serif, "\5FAE\8F6F\96C5\9ED1", arial;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-width: 1192px;
	color: #333;
	font-size: 16px;
	font-family: 'PingFang SC', sans-serif, "\5FAE\8F6F\96C5\9ED1", arial;
	background-color: #f9f9f9
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353
}

::-webkit-scrollbar-track {
	background: #ededed
}

info,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
	display: block
}

audio,
canvas,
video,
progress {
	display: inline-block;
	vertical-align: baseline
}

div,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: normal
}

i,
em,
code {
	font-style: normal
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0
}

pre,
code,
address,
caption,
th,
figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal
}

fieldset,
iframe {
	border: 0
}

caption,
th {
	text-align: left
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button {
	background: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}

button:disabled {
	cursor: default
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

input:focus,
select:focus,
textarea:focus,
button:focus,
button:active {
	outline: 0
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

a:active,
a:hover {
	outline: 0
}

img {
	border: 0;
	user-select: none
}

img[src=""],
img:not([src]) {
	opacity: 0;
	filter: alpha(opacity=0)
}

h1 {
	font-size: 2em
}

[hidden] {
	display: none
}

:focus {
	outline: 0
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both
}

.theme {
	color: #00a7ea
}

.iconfont {
	font-family: 'iconfont'
}

.request-loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.8);
	background: #000 \9
}

body {
	padding-top: 132px;
	color: #222;
	background-color: #fff
}

body.gray {
	background-color: #f5f5f5
}

.plate {
	position: relative
}

.full-bg {
	width: 100%;
	background-size: auto 100%
}

.margin-clear {
	margin: 0
}

.margin-top-clear {
	margin-top: 0
}

.margin-bottom-clear {
	margin-bottom: 0
}

.margin-left-clear {
	margin-left: 0
}

.margin-right-clear {
	margin-right: 0
}

a:active,
a:hover {
	color: #00a7eb
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

.page {
	position: relative;
	margin-bottom: 30px;
	width: 100%
}

.page-side {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1192px;
	border: 0
}

.banner,
.swiper-wrapper {
	position: relative;
	width: 100%
}

.swiper-wrapper {
	height: 100%
}

.banner img,
.swiper-wrapper a,
.swiper-wrapper img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.banner-weixin {
	width: 100%;
	height: 500px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.banner-weixin img {
	margin-top: 73px;
	width: 260px;
	height: 260px;
	vertical-align: middle;
	background-color: #fff
}

.banner-weixin .name {
	padding-top: 24px;
	color: #fff;
	font-size: 30px;
	text-align: center
}

.page-side {
	display: block;
	margin-top: 20px
}

.page-side .crumbs-bar {
	margin-bottom: 15px;
	color: #8b8b8b;
	font-size: 15px;
	line-height: 24px
}

.page-side .crumbs-bar a.current {
	padding: 0 2px;
	color: #00a7eb
}

.page-side .crumbs-bar a.current:hover {
	color: #222
}

.page-side {
	overflow: hidden;
	position: relative
}

.page-side .side-centre {
	float: left
}

.page-side .side-centre.right {
	float: right
}

.page-side .centre-pager {
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	text-align: center
}

.page-side .centre-banner {
	position: relative;
	display: block;
	margin-bottom: 20px;
	width: 850px;
	overflow: hidden
}

.page-side .centre-banner a {
	font-size: 0
}

.page-side .centre-banner img {
	max-width: 100%
}

.page-side .reply-list ul li .content a {
    color: #00a7eb;
}

.page-side .centre-primary .content a {
    color: #00a7eb;
}

.page-side .centre-list h1 {
	position: relative;
	display: block;
	margin-bottom: 20px;
	height: 40px;
	border-bottom: 1px solid #eee
}

.page-side .centre-list h1 span {
    position: absolute;
    padding-left: 7px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    border-left: 3px solid #00a7eb;
}

.page-side h2 {
	background-image: linear-gradient(to right, #f0f0f0 , #f8f9fa);
    color: #333;
    border: 1px dashed #c6c6c6;
    padding: 2px;
    padding-left: 5px;
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
    border-radius: 5px;
}

.page-side h4 {
	position: relative;
	display: block;
	margin-bottom: 20px;
	height: 30px;
	border-bottom: 1px solid #eee
}

.page-side h4 span {
	position: absolute;
	padding-left: 7px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	border-left: 3px solid #00a7eb
}

.page-side h4 a {
	position: absolute;
	right: 0;
	font-size: 13px;
	line-height: 18px;
}

.page-side h5 span {
    /*padding-left: 7px;*/
    color: #666;
    font-weight: inherit;
    line-height: 20px;
    /*border-left: 2px solid #00a7eb;*/
}

.page-side h3 {
	position: relative;
	display: block;
	margin-bottom: 20px;
	height: 30px;
	border-bottom: 1px solid #eee;
}

.page-side h3 span {
	position: absolute;
	padding-left: 7px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	border-left: 3px solid #00a7eb;
}

.page-side .centre-list {
	position: relative;
	margin-bottom: 20px;
	padding: 30px;
	width: 850px;
	overflow: hidden;
	background-color: #fff;
}

.page-side .centre-list li {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}

.page-side .centre-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0
}

.page-side .centre-list li .news-base {
	float: left;
	width: 100%
}

.page-side .centre-list li .title h5 {
	display: block;
	height: 24px;
	font-size: 0;
	vertical-align: middle
}

.page-side .centre-list li .title h5 a {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	height: 24px;
	font-weight: 600
}

.page-side .centre-list li .title h5 span {
	display: inline-block;
	margin-left: 5px;
	padding: 0 6px;
	font-size: 13px;
	line-height: 24px;
	border-radius: 3px
}

.page-side .centre-list li .title h5 span.top {
	color: #fff;
	background-color: #f60
}

.page-side .centre-list li .title h5 span.first {
	color: red;
	background-color: #feeee9
}

.page-side .centre-list li .title h5 span.hot {
	color: #f60;
	background-color: #fef1d4
}

.page-side .centre-list li .title h5 span.recommend {
	color: #00a7eb;
	background-color: #e5f6fd
}

.page-side .centre-list li .summary {
    width: 99%;
	font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.07rem;
    margin-bottom: 0.13rem;
    padding-top: 0.06rem;
    color: #666;
}

.page-side .centre-list li .attr {
	margin-top: 10px;
	color: #999;
	font-size: 13px
}

.page-side .centre-list li .attr span {
	display: inline-block;
	line-height: 24px;
	margin-right: 25px
}

.page-side .centre-list li .attr span.mark {
	margin-right: 0
}

.page-side .centre-list li .attr span.mark-tag {
	margin-right: 0;
	padding-left: 24px;
	width: 66px;
	background: url(../images/mark-label.png) left center no-repeat;
	background-size: auto 18px
}

.page-side .centre-list li .attr span a {
	display: inline-block;
	margin-right: 8px
}

.page-side .centre-list li .news-eye {
	position: relative;
	float: right
}

.page-side .centre-list li.ul-photo .news-base .base-info {
	margin-right: 170px
}

.page-side .centre-list li.ul-photo .news-eye {
	position: relative;
	float: right;
	width: 160px;
	margin-left: -160px;
	text-align: center
}

.page-side .centre-list li.ul-photo .news-eye a {
	display: inline-block;
	margin: 10px auto
}

.page-side .centre-list li.ul-photo .news-eye a img {
    border-radius: 10px;
    border: 1px solid #eee;
	width: 160px;
	height: 120px;
	text-align: center
}

.page-side .centre-list li.ul-reply .news-base .base-info {
	margin-right: 90px
}

.page-side .centre-list li.ul-reply .news-eye {
	width: 70px;
	margin-left: -70px
}

.page-side .centre-list li.ul-reply .news-eye .box {
	position: relative;
	top: 13px;
	margin: auto auto;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #e5f6fd;
	border-radius: 50%
}

.page-side .centre-list li.ul-reply .news-eye .box span {
    margin-top: 15px;
	display: block;
	position: relative;
	top: 12px;
	color: #00a7eb;
	font-size: 14px;
	line-height: 22px
}

.page-side .centre-list li.ul-reply .news-eye .box span b {
	font-weight: bold
}

.page-side .centre-primary {
	position: relative;
	margin-bottom: 20px;
	padding: 30px;
	width: 850px;
	overflow: hidden;
	background-color: #fff
}

.page-side .centre-primary.dense {
	border-bottom: solid 1px eee
}

.page-side .centre-primary.dense1 {
	margin-bottom: -60px;
}

.page-side .centre-primary .title {
    font-weight: bold;
	position: relative;
	display: block;
	padding-bottom: 25px;
	color: #666;
	font-size: 20px;
	text-align: center;
}

.page-side .centre-primary .title.left {
	text-align: left
}

.page-side .centre-primary .title.left span.indent {
	display: inline-block;
	padding-left: 45px;
	text-align: left
}

.page-side .centre-primary .title i {
	display: inline-block;
	position: absolute;
	top: 2px;
	margin-right: 10px;
	padding: 0 8px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	background-color: #00a7eb
}

.page-side .centre-primary .attr {
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	color: #999;
	font-size: 13px
}

.page-side .centre-primary .attr.below {
	margin: -15px 0px 16px;
}

.page-side .centre-primary .attr span {
	padding-right: 10px;
	display: inline-block;
	line-height: 24px;
	margin-right: 15px
}

.page-side .centre-primary .attr span.mark {
	margin-right: 0
}

.page-side .centre-primary .back {
	border-radius: 10px;
    float: right;
    display: inline;
    background: #00a7ea;
    color: #f9f9f9;
    padding: 2px 10px;
}

.page-side .centre-primary .info {
	margin-top: 15px;
	overflow: hidden;
}

.page-side .centre-primary .info .case-info1 {
	font-size: 10px;
	margin: 10px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 25px;
	text-align: center;
	padding-right: 10px;
}


.page-side .centre-primary .info img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px auto;
	display: block;
	max-width: 600px;
	height: auto;
}

.page-side .centre-primary .info .case-info p span {
	background: #00a7eb;
	color: #fff;
	display: block;
	padding: 0 5px;
	float: left;
	margin-right: 5px;
}

.page-side .centre-primary .mark-tag {
	margin-right: 0;
	padding-left: 24px;
	width: 66px;
	background: url(../images/mark-label.png) left center no-repeat;
	background-size: auto 18px
}

.page-side .centre-primary .mark-tag1 a {
	display: inline-block;
	padding: 5px 5px;
	font-size: .14rem;
	line-height: 1.2;
	border: 1px solid #999;
	border-radius: 3px;
}

.page-side .centre-primary .attr span a {
	display: inline-block;
	margin-right: 8px
}

.page-side .centre-primary .head {
	margin-bottom: 20px;
	width: 100%;
	text-align: center
}

.page-side .centre-primary .head img {
	max-width: 100%
}

.page-side .centre-primary .content strong {
    font-weight: bold;
}

.page-side .centre-primary .content {
    margin-top: 14px;
    color: #666;
    font-size: 16px;
    text-align: left;
    line-height: 33px;
	/*padding: 15px 0 20px 0;*/
	/*color: #666;*/
	/*font-size: 14px;*/
	/*line-height: 28px;*/
	/*border-bottom: solid 1px #eee*/
}

.page-side .centre-primary .content.dense {
    background-image: linear-gradient(to right, #f0f0f0 , #f8f9fa);
	padding: 0;
	border-radius: 5px;
	border-bottom-width: 0
}

.page-side .centre-primary .content.dense p {
	padding: 8px;
	color: #395064;
	font-size: 16px;
	line-height: 33px;
}

.page-side .centre-primary .content.dense img {
	overflow: hidden;
	float: left;
	width: 209px;
	height: 150px;
	padding: 5px;
	border: 1px solid #ccc9c9;
}

.page-side .centre-primary .content img {
    max-width: 100%!important;
    height: auto!important;
    text-align: center;
    width: 605px;
    border-radius: 10px;
    border: 1px solid #eee;
	margin: 3px auto;
	max-width: 100%;
	font-size: 0
}

.page-side .centre-primary .content p {
	padding: 0;
	margin: 0
}

.page-side .centre-primary .images {
	display: block;
	margin-top: 15px;
	padding: 0
}

.page-side .centre-primary .images a {
	display: inline-block;
	margin-right: 5px
}

.page-side .centre-primary .images a img {
	max-width: 100px;
	max-height: 100px
}

.page-side .centre-primary .prev-next {
	margin-top: 20px
}

.page-side .centre-primary .prev-next a {
	display: block;
	font-size: 14px;
	line-height: 28px
}

/*版权声明*/
/*.page-side .centre-primary .state-text {*/
/*	margin-top: 20px;*/
/*	padding: 10px 20px;*/
/*	color: #395064;*/
/*	font-size: 13px;*/
/*	line-height: 22px;*/
/*	background-color: #ecf2f9;*/
/*	border-radius: 5px*/
/*}*/

.page-side .centre-primary .state-info {
	margin-bottom: 0px;
	padding: 15px 10px;
	font-size: 15px;
	line-height: 30px;
	background-color: #f6f7f9;
	border-radius: 5px;
}

.page-side .centre-primary .state-info1 {
	background: #00a7eb;
	padding: 2px;
	color: #fff;
	border-radius: 5px;
	margin-right: 1px;
}

.page-side .centre-primary .primary-banner {
	display: block;
	margin: 30px 0;
	width: 100%
}

.page-side .centre-primary .primary-banner img {
	max-width: 100%
}

.page-side .centre-master {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 30px;
	width: 850px;
	background-color: #fff
}

.page-side .centre-master ul {
	overflow: hidden;
	position: relative;
	display: block;
	width: 850px;
	background-color: #fff
}

.page-side .centre-master ul li {
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
	width: 252px;
	font-size: 0;
	vertical-align: top
}

.page-side .centre-master ul li:last-child {
	margin-right: 0
}

.page-side .centre-master ul li .cover {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: top
}

.page-side .centre-master ul li .cover img {
	max-width: 100px;
	max-height: 100px
}

.page-side .centre-master ul li .content {
	display: inline-block;
	margin-left: 10px;
	width: 142px;
	vertical-align: top
}

.page-side .centre-master ul li .content b {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px
}

.page-side .centre-master ul li .content span,
.page-side .centre-master ul li .content p {
	position: relative;
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle
}

.page-side .centre-master ul li .content p i {
	position: relative;
	display: inline-block;
	bottom: 3px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../images/icon-star.png) no-repeat 0 0/16px
}

.page-side .centre-master ul li .content a {
	display: inline-block;
	margin-top: 8px;
	padding: 0 16px;
	color: #00a7eb;
	font-size: 12px;
	line-height: 20px;
	border: solid 1px #00a7eb;
	border-radius: 3px
}

.page-side .centre-master ul li .content a:hover {
	color: #fff;
	background-color: #00a7eb
}

.page-side .reply-list {
    margin-top: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding: 30px;
	width: 850px;
	background-color: #fff
}

.page-side .reply-list .state-info {
	margin-bottom: 0px;
	margin-top: 20px;
	padding: 15px 10px;
	font-size: 15px;
	line-height: 30px;
	background-color: #f6f7f9;
	border-radius: 5px;
}

.page-side .reply-list .mark-tag {
	margin-right: 0;
	padding-left: 24px;
	width: 66px;
	background: url(../images/mark-label.png) left center no-repeat;
	background-size: auto 18px
}

.page-side .reply-list .mark-tag1 a {
	display: inline-block;
	padding: 5px 5px;
	font-size: .14rem;
	line-height: 1.2;
	border: 1px solid #999;
	border-radius: 3px;
}

.page-side .reply-list .state-info1 {
	background: #00a7eb;
	padding: 2px;
	color: #fff;
	border-radius: 5px;
	margin-right: 1px;
}

.page-side .reply-list .total {
	height: 22px;
	color: #00a7eb;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	background-color: #fff;
	border-bottom: 0
}

.page-side .reply-list .total:after {
	content: '';
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 0;
	width: 680px;
	height: 1px;
	background-color: #eee
}

.page-side .reply-list ul {
	display: block
}

.page-side .reply-list ul li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee
}

.page-side .reply-list ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0
}

.page-side .reply-list ul li.accept {
	background: url(../images/adopt.png) right top no-repeat
}

.page-side .reply-list ul li .user {
	font-size: 0
}

.page-side .reply-list ul li .user>div {
	display: inline-block;
	vertical-align: middle
}

.page-side .reply-list ul li .user-photo {
	width: 50px;
	height: 50px;
	background-size: 50px;
	border-radius: 50%
}

.page-side .reply-list ul li .user-photo img {
	border: 1px solid #f3f3f3;
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.page-side .reply-list ul li .user-info {
	margin-left: 15px;
	font-size: 14px
}

.page-side .reply-list ul li .user-info span {
	display: block
}

.page-side .reply-list ul li .user-info span.time {
	margin-top: 6px;
	color: #999
}

.page-side .reply-list ul li .content {
	margin-top: 14px;
	color: #666;
	font-size: 16px;
	text-align: left;
	line-height: 33px
}

.page-side .reply-list ul li .content img {
    border-radius: 10px;
    border: 1px solid #eee;
	margin: 3px auto;
	max-width: 100%;
	font-size: 0
}

.page-side .reply-list ul li .content p {
	padding: 0;
	margin: 0
}

.page-side .side-left {
	float: left;
	width: 322px
}

.page-side .side-right {
	float: right;
	width: 322px
}

.page-side .side-list {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	text-align: left
}

.page-side .side-list a {
	color: #666
}

.page-side .side-list a:hover {
	color: #00a7eb
}

.page-side .side-list ul {
	display: block
}

.page-side .side-list ul li {
	display: block;
	padding-bottom: 5px;
	font-size: 14px
}

.page-side .side-list ul li:last-child {
	padding-bottom: 0
}

.page-side .side-list ul li a {
    overflow: hidden;
    width: 275px;
	display: inline-block;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.page-side .side-list ul li span {
	display: block;
	line-height: 26px
}

.page-side .side-list ul li span i {
	display: inline-block;
	margin-right: 16px;
	color: #999;
	font-size: 13px
}

.page-side .side-list ul li:last-child {
	padding-bottom: 0;
	border: 0
}

.page-side .side-list .service {
	display: block
}

.page-side .side-list .service dl {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 0;
	vertical-align: top;
	border-bottom: dotted 1px #eee
}

.page-side .side-list .service dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.page-side .side-list .service dl dt {
	display: inline-block;
	width: 70px;
	vertical-align: top
}

.page-side .side-list .service dl dt a {
	display: block;
	font-size: 0;
	text-align: center
}

.page-side .side-list .service dl dt a img {
	max-width: 70px;
	max-height: 70px
}

.page-side .side-list .service dl dd {
	display: inline-block;
	margin-left: 10px;
	width: 202px;
	vertical-align: top
}

.page-side .side-list .service dl dd a {
	display: block;
	font-size: 14px;
	line-height: 20px
}

.page-side .side-list .service dl dd span {
	display: block;
	margin-top: 2px;
	color: #fb575a;
	font-size: 13px;
	line-height: 20px
}

.page-side .side-list .service dl dd span b {
	display: inline-block;
	margin-right: 2px
}

.page-side .side-list .service dl dd p {
	display: block;
	margin-top: 5px;
	color: #999;
	font-size: 12px;
	line-height: 20px
}

.page-side .side-list .tags {
	display: block;
	font-size: 0;
	vertical-align: middle
}

.page-side .side-list .tags a {
	display: inline-block;
	padding: 4px 8px;
	margin: 10px 10px 0 0;
	font-size: 13px;
	border: 1px solid #eee;
	border-radius: 3px
}

.page-side .side-list .tags a:hover {
	text-decoration: none
}

.page-side .side-list .category {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee
}

.page-side .side-list .category:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0
}

.page-side .side-list .category h5 {
	position: relative;
	display: block;
	margin-bottom: 10px;
	height: 16px;
	border-bottom-width: 0
}

.page-side .side-list .category h5 span {
	position: absolute;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px
}

.page-side .side-list .category .items {
	display: block;
	padding-bottom: 10px
}

.page-side .side-list .category .items:last-child {
	padding-bottom: 0
}

.page-side .side-list .category .items a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 0;
	font-size: 13px;
	line-height: 24px
}

.page-side .side-list .show {
	display: block;
	padding-bottom: 20px;
	text-align: center
}

.page-side .side-list .show img {
	max-width: 100%
}

.page-side .side-banner {
	display: block;
	margin-bottom: 20px
}

.page-side .side-banner a {
	display: block;
	font-size: 0
}

.page-side .side-banner img {
	max-width: 100%
}

.page-side .index-list {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 40px;
	font-size: 0;
	border-bottom: 1px solid #eee;
	background-color: #fff
}

.page-side .index-list span,
.page-side .index-list a {
	display: inline-block;
	margin-right: 5px;
	height: 30px;
	color: #222;
	font-size: 16px;
	text-align: center;
	line-height: 30px
}

.page-side .index-list span.title {
	margin-right: 20px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	background-color: #395064
}

.page-side .index-list a {
	padding: 0 10px
}

.page-side .index-list a.active,
.page-side .index-list a:hover {
	color: #00a7eb
}

.page-side .index-list.letter a.active,
.page-side .index-list.letter a:hover {
	color: #fff;
	background-color: #00a7eb;
	border-radius: 30px
}

.page-side .letter-group {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #fff
}

.page-side .letter-group .title {
	font-size: 25px;
	color: #00a7eb;
	padding: 20px 0 10px
}

.page-side .letter-group ul {
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0 20px
}

.page-side .letter-group ul li {
	float: left;
	margin-bottom: 10px
}

.page-side .letter-group ul li a {
	font-size: 14px;
	color: #333;
	padding: 10px 20px 10px 0
}

.page-side .letter-group ul li a:hover {
	color: #00a7eb
}

.page-side .letter-group>div:last-child ul {
	border: 0
}

.page-side .sitemap {
	padding: 30px;
	background-color: #fff
}

.page-side .sitemap li {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 14px
}

.page-side .sitemap li h4 {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	width: 100px;
	vertical-align: top;
	border-bottom-width: 0
}

.page-side .sitemap li h4 span {
	display: inline-block;
	padding-left: 0;
	width: 70px;
	line-height: 20px;
	border-left-width: 0
}

.page-side .sitemap li h4 i.iconfont {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 0;
	margin-left: 8px;
	font-size: 14px
}

.page-side .sitemap li .items {
	float: right;
	margin-right: -20px;
	display: inline-block;
	width: 1020px;
	vertical-align: top
}

.page-side .sitemap li .items a {
	display: inline-block;
	margin: 0 25px 20px 0
}

.empty {
	padding-top: 50px;
	text-align: center
}

.empty-tips {
	margin-top: 40px
}

.empty-tips img {
	width: 200px;
	padding: 20px 0
}

.empty-tips h3 {
	color: #00a7eb;
	font-size: 30px;
	font-weight: 600;
	line-height: 42px
}

.empty-tips p {
	margin-top: 4px;
	color: #222;
	font-size: 18px
}

.empty-tips b {
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 16px
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 132px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .06);
	font-size: 0
}

.header-bar {
	width: 100%;
	height: 36px;
	background-color: #f5f5f5
}

.header-bar .bar-container {
	z-index: 2;
	position: relative;
	margin: 0 auto;
	width: 1192px;
	height: 100%;
	text-align: center
}

.header-bar .bar-container>div {
	display: inline-block
}

.header-bar .layer {
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 36px;
	padding-bottom: 10px;
	width: 262px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	transform: translate(0, -10px)
}

.header-bar .bar-left .location:hover .location-city .curr,
.header-bar .bar-right ul li.wechat:hover span {
	background: url(../images/arrow-down-hover.png) right center no-repeat;
	background-size: 5px auto;
	color: #00a7eb
}

.header-bar .bar-left {
	float: left;
	height: 100%;
	line-height: 36px
}

.header-bar .bar-left .location-city i,
.header-bar .bar-left>div {
	display: inline-block;
	vertical-align: top
}

.header-bar .bar-left .location {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	height: 100%
}

.header-bar .bar-left .location:hover .location-city {
	height: 37px;
	background-color: #fff
}

.header-bar .bar-left .location-city {
	z-index: 5;
	position: relative;
	padding: 0 8px;
	height: 36px;
	cursor: pointer
}

.header-bar .bar-left .location-city i {
	color: #00a7eb;
	font-size: 14px
}

.header-bar .bar-left .location-city .curr {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 8px;
	display: inline-block;
	max-width: 150px;
	height: 100%;
	font-size: 14px
}

.header-bar .bar-left .location-city .curr {
	padding-right: 10px;
	background: url(../images/arrow-down.png) right center no-repeat;
	background-size: 5px auto
}

.header-bar .bar-left .slogan {
	font-size: 14px
}

.header-bar .bar-left .layer-title {
	margin: 8px auto 0;
	width: 246px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	background-color: #f0fafe;
	color: #395064
}

.header-bar .bar-left .layer-list {
	margin-top: 5px
}

.header-bar .bar-left .layer-list span {
	display: block;
	margin: 0 auto;
	padding: 15px 22px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	line-height: 1
}

.header-bar .bar-left .layer-list div.items {
	margin-top: 5px
}

.header-bar .bar-left .layer-list div.items a {
	display: inline-block;
	margin: 0 13px 12px;
	width: 54px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	background-color: #f5f5f5;
	cursor: pointer
}

.header-bar .bar-left .layer-list div.items a.active,
.header-bar .bar-left .layer-list div.items a:hover {
	color: #fff;
	background-color: #00a7eb
}

.header-bar .bar-right {
	float: right;
	height: 100%
}

.header-bar .bar-right ul {
	height: 100%;
	line-height: 36px
}

.header-bar .bar-right ul li,
.header-nav .nav-container .nav-menu li {
	position: relative;
	display: inline-block;
	height: 100%
}

.header-bar .bar-right ul li {
	font-size: 14px;
	vertical-align: top
}

.header-bar .bar-right ul li:after {
	content: '';
	z-index: 2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #ccc
}

.header-bar .bar-right ul li.active:after,
.header-bar .bar-right ul li.telephone:after {
	display: none
}

.header-bar .bar-right ul li a {
	padding: 0 16px;
	display: block;
	height: 36px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5
}

.header-bar .bar-right ul li a h3 {
	display: inline;
	font-size: 14px
}

.header-bar .bar-right ul li:hover a {
	position: relative;
	z-index: 10;
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee
}

.header-bar .bar-right ul li.wechat {
	position: relative
}

.header-bar .bar-right ul li.wechat h3 {
	padding-right: 10px;
	background: url(../images/arrow-down.png) right center no-repeat;
	background-size: 5px auto
}

.header-bar .bar-right ul li.wechat .wechat-code-layer {
	z-index: 5;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 160px
}

.header-bar .bar-right ul li.wechat .wechat-code-layer img {
	display: block;
	margin: 20px auto 0;
	width: 90px;
	height: 90px;
	background-color: #f5f5f5
}

.header-bar .bar-right ul li.wechat .wechat-code-layer p {
	margin-top: 12px;
	color: #999;
	line-height: 1
}

.header-bar .bar-right ul li.wechat:hover a {
	height: 37px;
	color: #00a7eb
}

.header-bar .bar-right ul li.telephone {
	color: #00a7eb;
	font-size: 18px
}

.header-bar .bar-right ul li.telephone a {
	padding-right: 0;
	background: 0;
	border: 0;
	cursor: default
}

.header-bar .bar-right ul li.telephone h3 {
	margin-left: 6px;
	font-family: 'Bahnschrift', sans-serif;
	font-size: 18px;
	font-weight: 600
}

.header-nav {
	height: 96px;
	background-color: #fff
}

.header-nav .nav-container {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 1192px;
	height: 100%;
	text-align: center
}

.header-nav .nav-logo {
	float: left;
	width: 184px;
	height: 100%;
	line-height: 96px;
	display: flex;
}

.header-nav .nav-logo a{
    display: flex;
    align-items: center;
}
.header-nav .nav-logo img {
	width: 100%;
	vertical-align: middle
}

.header-nav .nav-iner {
	
	float: left;
	width: 150px;
	height: 40px;
	line-height: 20px;
	margin: 30px 0px 0px 6px;
	border-left: 1px solid #d9d4d4;
}

.header-nav .nav-iner i {
	font-size: 18px;
	color: #999999;
	letter-spacing: 1px;
	display: block;
}

.header-nav .nav-iner em {
	font-size: 13px;
	color: #999999;
	letter-spacing: 1px;
}

.header-nav .nav-menu {
	position: relative;
	float: right;
	height: 100%
}

.header-nav .nav-menu .slider {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: 27px;
	height: 3px;
	background-color: #00a7eb
}

.header-nav .nav-menu li {
	z-index: 2;
	margin-left: 50px;
	font-size: 16px;
	line-height: 96px
}

.header-nav .nav-menu li:first-child {
	margin-left: 0
}

.header-nav .nav-menu li a {
	display: block;
	height: 100%
}

.header-nav .nav-menu li a h2 {
	display: inline;
	padding: 8px 0;
	font-size: 16px
}

.header-nav .nav-menu li.active a h2 {
	border-bottom: 3px solid #00a7eb
}

.header-nav .nav-menu li.news {
	position: relative
}

.header-nav .nav-menu li.news>a {
	padding-right: 10px;
	background: url(../images/arrow-down.png) right center no-repeat;
	background-size: 5px auto
}

.header-nav .nav-menu li.news .nav-news-layer {
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	margin-left: -50px;
	width: 100px;
	background-color: #fff;
	font-size: 16px;
	line-height: 50px;
	transform: translate(0, 10px)
}

.header-nav .nav-menu li.news .nav-news-layer a {
	display: block;
	font-size: 14px
}

.header-nav .nav-menu li.news .nav-news-layer a:hover,
.tools ul li:hover h2 {
	color: #00a7eb
}

.header-bar .bar-left .location:hover .location-city-layer,
.header-bar .bar-right ul li.wechat:hover .wechat-code-layer,
.header-nav .nav-menu li.news:hover .nav-news-layer {
	opacity: 1;
	transform: translate(0, 0) rotate(0) scale(1);
	visibility: visible
}

.marketer {
	z-index: 100;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 96px;
	font-size: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .06)
}

.marketer.absolute {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 411px
}

.marketer .marketer-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 96px
}

.marketer .marketer-bg:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	transition: all .3s
}

.marketer .marketer-body {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 1192px;
	height: 100%;
	text-align: left;
	line-height: 96px
}

.marketer .marketer-body>div,
.marketer .marketer-body>ul {
	display: inline-block;
	vertical-align: top
}

.marketer .marketer-body .vlogo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 123px;
	line-height: 1
}

.marketer .marketer-body .vlogo img {
	max-width: 100%
}

.marketer .marketer-body .items {
	margin-left: 153px;
	height: 100%
}

.marketer .marketer-body .items li {
	margin-right: 14px;
	display: inline-block;
	width: 76px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 50%
}

.marketer .marketer-body .items li img {
	width: 48px;
	vertical-align: middle
}

.marketer .marketer-body .slogin {
	margin-left: 26px
}

.marketer .marketer-body .slogin img {
	vertical-align: middle
}

.marketer .marketer-body .link {
	margin-left: 50px;
	width: 193px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	background-color: #00a7eb;
	text-align: center;
	vertical-align: middle !important;
	cursor: pointer
}

.marketer .marketer-body .link a {
	display: block
}

.marketer .marketer-body .link a:hover {
	color: #fff;
	background-color: #1198eb
}

.marketer .marketer-body .close {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	background-color: #222;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer
}

.marketer .marketer-min {
	z-index: 1;
	position: absolute;
	left: -160px;
	bottom: 0;
	width: 160px;
	height: 96px;
	cursor: pointer;
	pointer-events: initial
}

.marketer .marketer-min:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 0 48px 48px 0;
	opacity: .7;
	filter: alpha(opacity=70)
}

.marketer .marketer-min .min-vlogo {
	z-index: 1;
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 104px
}

.marketer .marketer-min .min-vlogo img {
	width: 100%
}

.marketer .marketer-min .min-arrow {
	z-index: 1;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 96px;
	text-align: right
}

.marketer .marketer-min .min-arrow i {
	display: block;
	margin: 0 20px
}

.tooler {
	z-index: 110;
	position: fixed;
	right: 0;
	bottom: 96px;
	font-size: 0;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.tooler>div {
	display: block;
	position: relative;
	padding: 0 12px;
	width: 70px;
	text-align: center;
	cursor: pointer
}

.tooler div.iconfont {
	display: table-cell;
	width: 46px;
	height: 70px;
	line-height: 18px;
	border-top: 1px solid #e3e3e3;
	color: #395064;
	font-size: 30px;
	vertical-align: middle
}

.tooler .tooler-tips {
	z-index: 1;
	visibility: hidden;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -35px;
	padding-right: 10px;
	width: 200px;
	height: 70px;
	line-height: 70px;
	opacity: 0;
	transition: all .3s;
	transform: translate(-10px, 0)
}

.tooler .tooler-tips .text {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.tooler .tooler-tips .text:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1))
}

.tooler .tooler-tips .text i {
	margin-right: 10px;
	color: #00a7eb;
	font-size: 30px;
	vertical-align: middle
}

.tooler .tooler-tips .text b {
	padding-top: 14px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.tooler .tooler-order .iconfont {
	border: 0;
	font-size: 16px
}

.tooler .tooler-order .tooler-tips {
	line-height: 24px;
	text-align: center
}

.tooler .tooler-order .tooler-tips span {
	display: block;
	color: #999;
	font-size: 14px;
}

.tooler .tooler-task .tooler-tips {
	line-height: 24px;
	text-align: center
}

.tooler .tooler-task .tooler-tips b {
	padding-top: 14px;
	display: block;
	font-size: 16px
}

.tooler .tooler-task .tooler-tips span {
	display: block;
	color: #999;
	font-size: 14px
}

.tooler .tooler-order:hover .tooler-tips,
.tooler .tooler-tel:hover .tooler-tips,
.tooler .tooler-task:hover .tooler-tips {
	opacity: 1;
	transform: translate(0, 0) rotate(0) scale(1);
	visibility: visible
}

.footer {
	z-index: 100;
	width: 100%;
	background: url(../images/footer-bg.png) center center no-repeat;
	background-size: cover
}

.footer .footer-container {
	position: relative;
	padding: 84px 0px 0px;
	width: 100%
}

.footer .footer-info {
	z-index: 1;
	margin: 0 auto;
	width: 1192px;
	text-align: center;
	position: relative;
	padding: 40px 0
}

.footer .footer-info li {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	vertical-align: top
}

.footer .footer-info li.logo {
	padding-right: 120px;
	text-align: left
}

.footer .footer-info li.logo a,
.footer .footer-info li.logo h1 {
	display: inline-block;
	height: 100%;
	display: flex;
	align-items: center;
}

.footer .footer-info li.logo img {
	width: 204px;
	vertical-align: middle
}

.footer .footer-info li.contact {
	padding: 0 120px;
	border-left: 1px solid #384049;
	border-right: 1px solid #384049
}

.footer .footer-info li.contact>div {
	display: inline-block;
	vertical-align: middle
}

.footer .footer-info li.contact .contact-icon {
	width: 58px;
	height: 58px;
	line-height: 55px;
	border-radius: 50%;
	border: 1px solid #eee;
	color: #fff;
	font-size: 58px;
	background: 255, 255, 255, 0
}

.footer .footer-info li.contact .contact-text {
	margin-left: 10px;
	color: #fff;
	text-align: left;
	line-height: 18px
}

.footer .footer-info li.contact .contact-text h2 {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 24px
}

.footer .footer-info li.contact .contact-text p {
	font-size: 12px;
	line-height: 22px
}

.footer .footer-info li.follow {
	padding-left: 120px
}

.footer .footer-info li.follow>div {
	display: inline-block;
	vertical-align: middle
}

.footer .footer-info li.follow .follow-code {
	width: 90px;
	height: 90px;
	background-color: #fff
}

.footer .footer-info li.follow .follow-code img {
	width: 100%;
	height: 100%
}

.footer .footer-info li.follow .follow-info {
	margin-left: 18px;
	color: #fff;
	text-align: left;
	line-height: 1
}

.footer .footer-info li.follow .follow-info h2 {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 24px
}

.footer .footer-info li.follow .follow-info p {
	font-size: 12px;
	line-height: 22px
}
.footer .foot-link,
.footer .footer-link {
	display: block;
	margin: 0 auto;
	width: 1192px;
}

.footer .foot-link{
    padding-bottom: 20px;
    border-bottom: 1px solid #384049;
}

.footer .footer-link {
    padding-bottom: 20px;
	border-top: 1px solid #384049    
}

.footer .foot-link .nav,
.footer .footer-link .friend {
	position: relative;
	display: block;
	text-align: center;
	font-size: 0;
	/*margin-bottom: 20px;*/
}

.footer .foot-link .nav a,
.footer .footer-link .friend a {
	display: inline-block;
	margin: 0 30px;
	color: #fff;
	font-size: 16px
}

.footer .footer-link .friend {
	margin: 20px auto 0px;
}

.footer .footer-link .friend a {
	margin: 0 15px;
	font-size: 14px
}

.footer .footer-copyright {
	display: block;
	margin: 0 auto;
	width: 1192px;
	text-align: center;
	padding: 0px 0px 20px;
	font-size: 0
}

.footer .footer-copyright .site {
	color: #fff;
	font-size: 14px;
	line-height: 24px
}

.footer .footer-copyright .adv {
	position: relative;
	z-index: 1;
	width: 1192px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px
}

.footer .footer-copyright .adv span {
	display: inline-block;
	margin: 0 20px
}

.footer .footer-copyright .site,
.footer .footer-copyright .adv {
	opacity: .5;
	filter: alpha(opacity=50)
}

.quick-appointment:after {
	opacity: .5;
	filter: alpha(opacity=50)
}

.quick-appointment {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none
}

.quick-appointment:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: all .3s
}

.quick-appointment-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: -223px;
	margin-top: -267px;
	width: 446px;
	height: 535px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.quick-appointment-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
	padding: 15px;
	color: #999;
	font-size: 14px;
	cursor: pointer
}

.quick-appointment-title {
	margin: 33px 0;
	border-left: 3px solid #00a7eb;
	text-align: center
}

.quick-appointment-form {
	color: #333
}

.quick-appointment-form li {
	margin-bottom: 20px;
	text-align: center
}

.quick-appointment-form li label {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	vertical-align: top
}

.quick-appointment-form li label i {
	color: #fb575a
}

.quick-appointment-form li p {
	position: relative;
	margin-left: 5px;
	display: inline-block;
	width: 300px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	border: 1px solid #ccc;
	border-radius: 4px
}

.quick-appointment-form li p input,
.quick-appointment-form li p select,
.quick-appointment-form li p span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 0;
	outline: 0;
	text-align: left
}

.quick-appointment-form li p input,
.quick-appointment-form li p span {
	width: 90%;
	margin-left: 5%
}

.quick-appointment-form li p select {
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.quick-appointment-form li p span {
	color: #999
}

.quick-appointment-form li p span.active {
	color: #222
}

.quick-appointment-form li.classify p:after,
.quick-appointment-form li.product p:after {
	content: '';
	position: absolute;
	right: 5%;
	top: 50%;
	z-index: 1;
	margin-top: -2px;
	border-left: 4px solid transparent;
	border-top: 5px solid #999;
	border-right: 4px solid transparent
}

.quick-appointment-btn {
	margin: 20px auto 0;
	width: 378px;
	height: 56px;
	line-height: 56px;
	background-color: #00a7eb;
	border-right: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center
}

.quick-appointment-info {
	margin: 14px auto 0;
	width: 378px;
	color: #999;
	font-size: 16px;
	text-align: center
}

.tools-web {
	display: none
}

#wxnr {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 400px;
	height: 400px;
	padding: 20px;
	margin-top: -200px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}

#wxnr i {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 40px;
	cursor: pointer;
}

#wxnr img {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 16px;
	margin: 15px 0;
	line-height: 30px;
	text-align: center;
}

#wxnr span {
	display: inline-block;
	padding: 5px 10px;
	line-height: 28px;
	background-color: #266fca;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

#wxnr span.wx {
	/* padding-left: 0.4rem; */
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}

#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}